+Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
+ to handle '99% of the time. (#60473, reported by Christian Rose)
+
+ * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
+ which no longer exists. (#60379, reported by Vitaly Tishkov)
+
Wed Sep 19 11:06:24 2001 Tim Janik <timj@gtk.org>
* Released 1.3.8.
+Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
+ to handle '99% of the time. (#60473, reported by Christian Rose)
+
+ * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
+ which no longer exists. (#60379, reported by Vitaly Tishkov)
+
Wed Sep 19 11:06:24 2001 Tim Janik <timj@gtk.org>
* Released 1.3.8.
+Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
+ to handle '99% of the time. (#60473, reported by Christian Rose)
+
+ * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
+ which no longer exists. (#60379, reported by Vitaly Tishkov)
+
Wed Sep 19 11:06:24 2001 Tim Janik <timj@gtk.org>
* Released 1.3.8.
+Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
+ to handle '99% of the time. (#60473, reported by Christian Rose)
+
+ * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
+ which no longer exists. (#60379, reported by Vitaly Tishkov)
+
Wed Sep 19 11:06:24 2001 Tim Janik <timj@gtk.org>
* Released 1.3.8.
+Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
+ to handle '99% of the time. (#60473, reported by Christian Rose)
+
+ * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
+ which no longer exists. (#60379, reported by Vitaly Tishkov)
+
Wed Sep 19 11:06:24 2001 Tim Janik <timj@gtk.org>
* Released 1.3.8.
+Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
+ to handle '99% of the time. (#60473, reported by Christian Rose)
+
+ * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
+ which no longer exists. (#60379, reported by Vitaly Tishkov)
+
Wed Sep 19 11:06:24 2001 Tim Janik <timj@gtk.org>
* Released 1.3.8.
+Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
+ to handle '99% of the time. (#60473, reported by Christian Rose)
+
+ * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
+ which no longer exists. (#60379, reported by Vitaly Tishkov)
+
Wed Sep 19 11:06:24 2001 Tim Janik <timj@gtk.org>
* Released 1.3.8.
void gtk_widget_set_usize (GtkWidget *widget,
gint width,
gint height);
-void gtk_widget_get_usize (GtkWidget *widget,
- gint *width,
- gint *height);
#endif
void gtk_widget_set_events (GtkWidget *widget,
PROP_ALLOW_SHRINK,
g_param_spec_boolean ("allow_shrink",
_("Allow Shrink"),
+ /* xgettext:no-c-format */
_("If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea."),
FALSE,
G_PARAM_READWRITE));